PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.operators Package / PDFConcatenateMatrixOperator Class / PDFConcatenateMatrixOperator Constructor / PDFConcatenateMatrixOperator Constructor(double,double,double,double,double,double)
The m11 element of the transformation matrix.
The m12 element of the transformation matrix.
The m21 element of the transformation matrix.
The m22 element of the transformation matrix.
The dx element of the transformation matrix.
The dy element of the transformation matrix.
In This Topic
    PDFConcatenateMatrixOperator Constructor(double,double,double,double,double,double)
    In This Topic
    Initializes a new Object.
    Syntax
    public PDFConcatenateMatrixOperator( 
       double m11,
       double m12,
       double m21,
       double m22,
       double dx,
       double dy
    )

    Parameters

    m11
    The m11 element of the transformation matrix.
    m12
    The m12 element of the transformation matrix.
    m21
    The m21 element of the transformation matrix.
    m22
    The m22 element of the transformation matrix.
    dx
    The dx element of the transformation matrix.
    dy
    The dy element of the transformation matrix.
    See Also